minhhungg commited on
Commit
65ef5c9
·
1 Parent(s): 5e0196d

Modify agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  from typing import List, Dict, Any, Optional
3
- import google.generativeai as genai
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