Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
anotha one
Browse files Browse the repository at this point in the history
  • Loading branch information
biobootloader committed Apr 3, 2024
1 parent 52fd9ec commit c2bd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/exercism_practice.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def failure_analysis(exercise_runner, language):
try:
llm_api_handler = SESSION_CONTEXT.get().llm_api_handler
llm_grade = await llm_api_handler.call_llm_api(messages, model, False)
response = llm_grade.choices[0].message.content
response = llm_grade.text
except BadRequestError:
response = "Unable to analyze test case\nreason: too many tokens to analyze"

Expand Down

0 comments on commit c2bd2fa

Please sign in to comment.