Fixed level issues
This commit is contained in:
@@ -73,7 +73,7 @@ class OpenAI(ILLMService):
|
||||
return await self._prediction(
|
||||
model, messages, token_count, fields_to_check, temperature, (try_count + 1), check_blacklisted
|
||||
)
|
||||
|
||||
print(result)
|
||||
return json.loads(result)
|
||||
|
||||
async def prediction_override(self, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user