You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update: using chat function workflows
* fix: add config.json boilerplate
* fix: test chat function name
* revert to non workflows until backend ready
* minor updates readme
* debugging input
* fix: prompt parsing
* introduce deepseek api option
* update conversationalStyle for agent
* minor prompt updates
* minor debugging
* fix: system prompt location summary
* fix system message location
system_message+=f"## Known conversational style and preferences of the student for this conversation: {conversationalStyle}. \n\nYour answer must be in line with this conversational style."
75
+
system_message+=f"\n\n## Known conversational style and preferences of the student for this conversation: {conversationalStyle}. \n\nYour answer must be in line with this conversational style."
system_message+=f"## Known conversational style and preferences of the student for this conversation: {conversationalStyle}. \n\nYour answer must be in line with this conversational style."
79
+
system_message+=f"\n\n## Known conversational style and preferences of the student for this conversation: {conversationalStyle}. \n\nYour answer must be in line with this conversational style."
# system_message += f"## Known conversational style and preferences of the student for this conversation: {conversationalStyle}. \n\nYour answer must be in line with this conversational style."
77
+
# system_message += f"\n\n ## Known conversational style and preferences of the student for this conversation: {conversationalStyle}. \n\nYour answer must be in line with this conversational style."
0 commit comments