Skip to content

Commit

Permalink
intentlesspolicy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent 113d2a0 commit a13666a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ recipe: default.v1
language: en
pipeline:
- name: SingleStepLLMCommandGenerator
flow_retrieval:
active: false
llm:
model_name: gpt-4
request_timeout: 7
max_tokens: 256

policies:
- name: FlowPolicy
- name: IntentlessPolicy
# - name: IntentlessPolicy
# llm:
# model_name: gpt-4
# embeddings:
# model_name: gpt-4
assistant_id: 20241128-224257-online-base
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rasa-pro~=3.10.11
rasa-pro~=3.10.12
rasa-sdk~=3.10.1 # if you change this, make sure to change the Dockerfile to match
# -r actions/requirements-actions.txt

0 comments on commit a13666a

Please sign in to comment.