Fix some typos

This commit is contained in:
endolith
2023-04-11 22:10:37 -04:00
parent 1e98d34987
commit cf8b06f11f
5 changed files with 10 additions and 10 deletions

View File

@@ -141,6 +141,6 @@ def chat_with_ai(
return assistant_reply
except openai.error.RateLimitError:
# TODO: WHen we switch to langchain, this is built in
# TODO: When we switch to langchain, this is built in
print("Error: ", "API Rate Limit Reached. Waiting 10 seconds...")
time.sleep(10)