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

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
@@ -73,7 +73,7 @@ Strict Rules:
73
  2. For analysis:
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
 
73
  2. For analysis:
74
  - Include necessary imports (except pandas) and include complete code
75
  - Use df directly (e.g., print(df[...].mean()))
76
+ 3. For visualizations (Only support libraries are Matplotlib and Seaborn):
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