Skip to content

Commit

Permalink
Update service/code_interpreter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
  • Loading branch information
homanp and ValentaTomas committed Feb 29, 2024
1 parent 97c01cd commit 2f76ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/code_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async def generate_code(
self,
query: str,
) -> str:
content = self.genreate_prompt(query=query)
content = self.generate_prompt(query=query)
completion = await client.chat.completions.create(
messages=[
{
Expand Down

0 comments on commit 2f76ccb

Please sign in to comment.