zhaokeyao1
commited on
Commit
·
758fbae
1
Parent(s):
630c84e
Update os
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
6 |
"""
|
7 |
#from new_chat import Conversation, ChatgptAPI
|
8 |
|
9 |
-
|
10 |
from pathlib import Path
|
11 |
from openai import OpenAI
|
12 |
|
|
|
6 |
"""
|
7 |
#from new_chat import Conversation, ChatgptAPI
|
8 |
|
9 |
+
import os
|
10 |
from pathlib import Path
|
11 |
from openai import OpenAI
|
12 |
|