Skip to content
Snippets Groups Projects
Unverified Commit 64683a55 authored by Emanuel Ferreira's avatar Emanuel Ferreira Committed by GitHub
Browse files

fix: prefix messages always true (#596)

parent 698cd9c6
Branches
Tags
No related merge requests found
---
"llamaindex": patch
---
fix: prefix messages always true
......@@ -37,8 +37,6 @@ export class OpenAIAgent extends AgentRunner {
toolRetriever,
systemPrompt,
}: OpenAIAgentParams) {
prefixMessages = prefixMessages || [];
llm = llm ?? new OpenAI({ model: "gpt-3.5-turbo-0613" });
if (systemPrompt) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment