Spaces:
Sleeping
Sleeping
Update summary_extractor.py
Browse files- summary_extractor.py +0 -3
summary_extractor.py
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
-
os.system("pip install openai")
|
| 3 |
-
import openai
|
| 4 |
import json
|
| 5 |
from typing import Dict
|
| 6 |
-
|
| 7 |
from typing import List
|
| 8 |
os.system("pip install langchain-openai")
|
| 9 |
from langchain_openai import AzureChatOpenAI
|
|
|
|
| 1 |
import os
|
|
|
|
|
|
|
| 2 |
import json
|
| 3 |
from typing import Dict
|
|
|
|
| 4 |
from typing import List
|
| 5 |
os.system("pip install langchain-openai")
|
| 6 |
from langchain_openai import AzureChatOpenAI
|