Spaces:
Paused
Paused
Update llm_openai.py
Browse files- llm_openai.py +1 -0
llm_openai.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
"""
|
| 2 |
OpenAI GPT Implementation
|
| 3 |
"""
|
|
|
|
| 4 |
import openai
|
| 5 |
from typing import Dict, List, Any
|
| 6 |
from llm_interface import LLMInterface
|
|
|
|
| 1 |
"""
|
| 2 |
OpenAI GPT Implementation
|
| 3 |
"""
|
| 4 |
+
import os
|
| 5 |
import openai
|
| 6 |
from typing import Dict, List, Any
|
| 7 |
from llm_interface import LLMInterface
|