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

Official Release of Version 1.0 #10

Merged
merged 15 commits into from
May 26, 2024
Merged

Official Release of Version 1.0 #10

merged 15 commits into from
May 26, 2024

Conversation

0x4D31
Copy link
Owner

@0x4D31 0x4D31 commented May 26, 2024

This PR marks the official release of Galah v1.0. This release corrects the initial mislabeling where the app version was set to 1.0 in the initial commit but was later adjusted to 0.9 due to incomplete features. With this update, the application has achieved the stability and feature set intended for a major release.

Key updates and changes in this version include:

  • Support for multiple LLM providers: Added support for GoogleAI, Anthropic, Cohere, and Ollama.
  • Improved system and user prompts: Enhanced prompt to improve LLM response quality and made the system prompt configurable through the config file.
  • Caching functionality enhancements:
    • Removed cache duration setting from the config file and added it as a new argument.
    • Introduced options to disable response caching (0) and enable unlimited caching (-1).
  • Network interface specification: Added a flag to specify the network interface for server binding.
  • Other minor documentation and code improvements.

0x4D31 added 15 commits May 25, 2024 00:06
- Add system prompt to config file
- Refine user and system prompt for clarity
- Fix cleanResponse regex
- Remove cache duration setting from the config file and add it as a new argument.
- Rename the flag -d,--database-file to -f,--cache-db-file.
- Introduce options to disable response caching (0) and enable unlimited caching (-1).
- Move a blank import to main to resolve a lint error.
- Updated functions to use *Config instead of Config.
@0x4D31 0x4D31 merged commit a424b0b into main May 26, 2024
@0x4D31 0x4D31 deleted the new-llm-providers branch May 26, 2024 17:31
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.

1 participant