Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -26,7 +26,7 @@ common = dict(
|
|
| 26 |
#common = dict(
|
| 27 |
#api_base = "https://generativelanguage.googleapis.com/v1beta/openai/",
|
| 28 |
#api_key = os.getenv("GEMINI_API_KEY"),
|
| 29 |
-
)
|
| 30 |
class GaiaAgent:
|
| 31 |
def __init__(self):
|
| 32 |
#import os
|
|
|
|
| 26 |
#common = dict(
|
| 27 |
#api_base = "https://generativelanguage.googleapis.com/v1beta/openai/",
|
| 28 |
#api_key = os.getenv("GEMINI_API_KEY"),
|
| 29 |
+
#)
|
| 30 |
class GaiaAgent:
|
| 31 |
def __init__(self):
|
| 32 |
#import os
|