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

added together ai agent

Browse files
Files changed (1) hide show
  1. together_ai_llama_agent.py +2 -2
together_ai_llama_agent.py CHANGED
@@ -74,8 +74,8 @@ 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
- - Specify chart type and include complete code
78
- - Example: plt.bar(df['x'], df['y'])
79
  4. For Lists and Dictionaries, return them as JSON
80
 
81
  Example:
 
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
 
81
  Example: