Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -252,8 +252,6 @@ def generate_educator_feedback(client_openai, client_hf_mistral, client_hf_llama
|
|
252 |
top_p=0.1,
|
253 |
max_tokens=4096,
|
254 |
)
|
255 |
-
|
256 |
-
st.write(response)
|
257 |
|
258 |
return response.choices[0].message.content
|
259 |
|
|
|
252 |
top_p=0.1,
|
253 |
max_tokens=4096,
|
254 |
)
|
|
|
|
|
255 |
|
256 |
return response.choices[0].message.content
|
257 |
|