DrishtiSharma commited on
Commit
5293772
·
verified ·
1 Parent(s): 56513c3

Update agents/base_agent.py

Browse files
Files changed (1) hide show
  1. agents/base_agent.py +1 -1
agents/base_agent.py CHANGED
@@ -1,5 +1,5 @@
1
- #todo: switch to groqchat
2
 
 
3
  from abc import ABC, abstractmethod
4
  from typing import Any, Dict
5
  from groq import Groq
 
 
1
 
2
+ import os
3
  from abc import ABC, abstractmethod
4
  from typing import Any, Dict
5
  from groq import Groq