mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 08:12:39 +00:00
Adding new LLM class
This commit is contained in:
@@ -42,6 +42,6 @@ class InternalInstructor:
|
||||
if self.instructions:
|
||||
messages.append({"role": "system", "content": self.instructions})
|
||||
model = self._client.chat.completions.create(
|
||||
model=self.llm, response_model=self.model, messages=messages
|
||||
model=self.llm.model, response_model=self.model, messages=messages
|
||||
)
|
||||
return model
|
||||
|
||||
Reference in New Issue
Block a user