Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/108 build a way for non engineer to iterate on the whisper prompt #109

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

wayangalihpratama
Copy link
Collaborator

@wayangalihpratama wayangalihpratama commented Oct 10, 2024

  • Remember to remove prompt env from akvo-config

@wayangalihpratama wayangalihpratama marked this pull request as ready for review October 13, 2024 23:14
assistant/db/connection.py Show resolved Hide resolved
assistant/run.prod.sh Show resolved Hide resolved
assistant/db/prompt_query.py Show resolved Hide resolved
assistant/seeder/generate_prompt_sqlite.py Outdated Show resolved Hide resolved
@@ -3,15 +3,6 @@ services:
build: assistant
environment:
ASSISTANT_LANGUAGES: ${ASSISTANT_LANGUAGES}
SYSTEM_PROMPT_en: ${SYSTEM_PROMPT_en}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also make a pull request on akvo-config to clean up the now-unused prompt files there.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still pending.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have created a PR on akvo-config and request your review @kjkoster

readme.md Show resolved Hide resolved
assistant/assistant.py Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SPRNT-174] Build a way for non engineer users to rapidly iterate on the whisper prompt
3 participants