Skip to content

Commit

Permalink
fix: change rag baseworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniAkash committed Jul 2, 2024
1 parent e58d799 commit 5a2ce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/rag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class RAG {
authConfig,
appUrl,
llmUrl = "https://clarifai.com/mistralai/completion/models/mistral-7B-Instruct",
baseWorkflow = "Text",
baseWorkflow = "Universal",
workflowYamlFilename = "prompter_wf.yaml",
promptTemplate = DEFAULT_RAG_PROMPT_TEMPLATE,
workflowId,
Expand Down

0 comments on commit 5a2ce41

Please sign in to comment.