Skip to content

Commit

Permalink
Revert "fix: set embedding model for knowledge retrieval"
Browse files Browse the repository at this point in the history
This reverts commit af9092d.
  • Loading branch information
thedadams committed Nov 21, 2024
1 parent af9092d commit 0e811e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/invoke/invoker.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ func (i *Invoker) Resume(ctx context.Context, c kclient.WithWatch, thread *v1.Th
"OTTO8_WORKFLOW_ID="+run.Spec.WorkflowName,
"OTTO8_WORKFLOW_STEP_ID="+run.Spec.WorkflowStepID,
"OTTO8_AGENT_ID="+run.Spec.AgentName,
"OPENAI_EMBEDDING_MODEL="+string(types.DefaultModelTextEmbedding),
"GPTSCRIPT_HTTP_ENV=OTTO8_TOKEN,OTTO8_RUN_ID,OTTO8_THREAD_ID,OTTO8_WORKFLOW_ID,OTTO8_WORKFLOW_STEP_ID,OTTO8_AGENT_ID",
),
DefaultModel: run.Spec.DefaultModel,
Expand Down

0 comments on commit 0e811e1

Please sign in to comment.