Skip to content

Commit

Permalink
Kleiner Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TechPrototyper committed Apr 10, 2024
1 parent 81e8be3 commit ca4bc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/azure_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def chat(self, user_name: str, user_email: str, user_prompt: str):
logging.error(f"Nachricht konnte nicht gesendet werden: {e}")
#TODO: Fehlerbehandlung anpassen
# return 500, f"*ISSUE* **{e}**"
logging.info(f"Message Object created, Prompt: {prompt}")
logging.info(f"Message Object created, Prompt: {modified_prompt}")
# Eine Interaktion - sog. "Run" - erstellen
run = await self.async_api_call(
lambda: self.client.beta.threads.runs.create(
Expand Down

0 comments on commit ca4bc0f

Please sign in to comment.