Spaces:
Sleeping
Sleeping
Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import parsing
|
3 |
from custom_prompt import TexRestructureTemplate,MetadataTemplate
|
4 |
import ast
|
5 |
-
from gpt import get_chat_completion
|
6 |
import openai
|
7 |
openAiKey = st.text_input(label="Input the openai key", type="password")
|
8 |
openai.api_key = openAiKey
|
|
|
2 |
import parsing
|
3 |
from custom_prompt import TexRestructureTemplate,MetadataTemplate
|
4 |
import ast
|
5 |
+
# from gpt import get_chat_completion
|
6 |
import openai
|
7 |
openAiKey = st.text_input(label="Input the openai key", type="password")
|
8 |
openai.api_key = openAiKey
|