Skip to content

Tags: teilomillet/gollm

Tags

v0.1.1a

Toggle v0.1.1a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from ezynda3/patch-1

Use full formatted prompt when generating reponses

v0.1.0

Toggle v0.1.0's commit message
feat: Release v0.1.0 - Major Refactoring for Improved Simplicity and …

…Contributor Experience

This release includes:

- **Codebase Simplification**: Refactored the entire codebase for better readability and maintainability.
- **Enhanced LLM Interface**: Streamlined the LLM interface for easier use and extension.
- **Modular Architecture**: Broke down monolithic structures into modular components.
- **Improved Documentation**: Updated README and added more examples to help new users and contributors.
- **Provider Support Expansion**: Added support for new providers and improved existing ones.
- **Performance Optimizations**: Enhanced performance with optimized code paths.

This refactoring sets a solid foundation for future development and makes it easier for new contributors to get involved.

v0.0.95

Toggle v0.0.95's commit message
Merge branch 'ollama_config'

v0.0.94

Toggle v0.0.94's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from sammcj/moa

feat: Mixture of Agents

v0.0.93

Toggle v0.0.93's commit message
v0.0.93 -- abstraction for prompt_optimization to make less verbose

v0.0.92

Toggle v0.0.92's commit message
add WithVerbose() for the prompt_optimizer

v0.0.91

Toggle v0.0.91's commit message
v0.0.91 -- update the prompt_optimizer with iterations and simple mem…

…ory for better enhancement

v0.0.9

Toggle v0.0.9's commit message
v0.0.9 -- add OptoPrime from the Trace (microsoft paper) for the prom…

…pt optimizer

v0.0.83

Toggle v0.0.83's commit message
v0.0.83 -- update the prompt_optimizer for trivial update with LLM as…

… a judge.

v0.0.81

Toggle v0.0.81's commit message
remove the harcode SetOllamaEndpoint. you can now change it.