Spaces:
Runtime error
Runtime error
Update chatbot.py
Browse files- chatbot.py +0 -4
chatbot.py
CHANGED
@@ -160,7 +160,3 @@ async def handle_message(message: cl.Message):
|
|
160 |
break
|
161 |
output_message = response.content + f"\n I am {highest_log_prob(response.response_metadata['logprobs']['content'])}% confident in this response."
|
162 |
await cl.Message(output_message).send()
|
163 |
-
|
164 |
-
|
165 |
-
if __name__ == '__main__':
|
166 |
-
start()
|
|
|
160 |
break
|
161 |
output_message = response.content + f"\n I am {highest_log_prob(response.response_metadata['logprobs']['content'])}% confident in this response."
|
162 |
await cl.Message(output_message).send()
|
|
|
|
|
|
|
|