Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -24,7 +24,7 @@ if st.button("Run Data Cleaning API"):
|
|
24 |
# instantiate OpenAIChatCompletions class
|
25 |
# get response from openai_chat_completion method
|
26 |
chat = OpenAIChatCompletions(model=model, system_message=sys_mes)
|
27 |
-
response = chat.openai_chat_completion(text_input, n_shot=
|
28 |
|
29 |
|
30 |
# display response
|
|
|
24 |
# instantiate OpenAIChatCompletions class
|
25 |
# get response from openai_chat_completion method
|
26 |
chat = OpenAIChatCompletions(model=model, system_message=sys_mes)
|
27 |
+
response = chat.openai_chat_completion(text_input, n_shot=None)
|
28 |
|
29 |
|
30 |
# display response
|