Soumik555 commited on
Commit
c36e4c4
·
1 Parent(s): a03cf61

added together ai agent

Browse files
Files changed (1) hide show
  1. together_ai_llama_agent.py +1 -1
together_ai_llama_agent.py CHANGED
@@ -74,7 +74,7 @@ Strict Rules:
74
  - Include necessary imports (except pandas) and include complete code
75
  - Use df directly (e.g., print(df[...].mean()))
76
  3. For visualizations:
77
- - Include complete code with plt.show()
78
  - Example: plt.bar(df['x'], df['y']) \n plt.show()
79
  4. For Lists and Dictionaries, return them as JSON
80
 
 
74
  - Include necessary imports (except pandas) and include complete code
75
  - Use df directly (e.g., print(df[...].mean()))
76
  3. For visualizations:
77
+ - Complete code with plt.show()
78
  - Example: plt.bar(df['x'], df['y']) \n plt.show()
79
  4. For Lists and Dictionaries, return them as JSON
80