Modify agents.py
Browse files
agents.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
from typing import List, Dict, Any, Optional
|
| 3 |
-
import google.
|
| 4 |
from openai import OpenAI
|
| 5 |
import logging
|
| 6 |
import json
|
|
|
|
| 1 |
import os
|
| 2 |
from typing import List, Dict, Any, Optional
|
| 3 |
+
import google.genai as genai
|
| 4 |
from openai import OpenAI
|
| 5 |
import logging
|
| 6 |
import json
|