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

Refactor LLM prompt to better use capabilities of the gpt4o-mini #227

Closed
Tiendil opened this issue Jul 19, 2024 · 0 comments
Closed

Refactor LLM prompt to better use capabilities of the gpt4o-mini #227

Tiendil opened this issue Jul 19, 2024 · 0 comments

Comments

@Tiendil
Copy link
Owner

Tiendil commented Jul 19, 2024

caused by gh-226

Also, tune API request parameters (temperature, etc.)

@Tiendil Tiendil added this to the 1.* User Experience milestone Jul 19, 2024
github-actions bot pushed a commit that referenced this issue Jul 19, 2024
**Recommendation:** Because `GPT-4o-mini` is much smarter than `GPT-3.5-turbo`, I recommend you to disable GPT function processor `FFUN_LIBRARIAN_OPENAI_CHAT_35_FUNCTIONS_PROCESSOR__ENABLED="False"` and use only standard GPT processor `FFUN_LIBRARIAN_OPENAI_CHAT_35_PROCESSOR__ENABLED="False"`. In [gh-227](#227), one of the processors will be refactored, and one of them will be removed.

- [gh-226](#226) Switch used OpenAI model to gpt4o-mini
github-actions bot pushed a commit that referenced this issue Jul 21, 2024
**Configs migration:** if you are have turned on OpenAI ChatGPT processors, like `FFUN_LIBRARIAN_OPENAI_CHAT_35_FUNCTIONS_PROCESSOR__ENABLED="True"` or `FFUN_LIBRARIAN_OPENAI_CHAT_35_PROCESSOR__ENABLED="True", remove their configs and add configs for OpenAI General Processor, like `FFUN_LIBRARIAN_OPENAI_GENERAL_PROCESSOR__ENABLED="True"`, instead. The semantic of the configs is the same.

- [gh-227](#227) — Old OpenAI ChatGPT processors is replaced with OpenAI General Processor which utilizes power of GPT-4o-mini model.
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

No branches or pull requests

1 participant