added together ai agent
Browse files
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 |
-
-
|
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 |
|