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

Utilize model class & add ability to create conversation with specific LLM #115

Merged
merged 6 commits into from
Oct 16, 2023
Merged

Utilize model class & add ability to create conversation with specific LLM #115

merged 6 commits into from
Oct 16, 2023

Commits on Oct 15, 2023

  1. Add ability to create conversation with specific llm

    Added the ability to create a conversation with specific llm instead of always using the self.active_model llm
    Whitelisted1 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4f15cb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    661d8ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5811064 View commit details
    Browse the repository at this point in the history
  4. Utilize new model class

    * Now, instead of representing models as strings, they are represented in the model class. This allows us the get information about the model, such as the description
    Whitelisted1 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9cce958 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54c9ab3 View commit details
    Browse the repository at this point in the history
  6. Use model preprompt instead of empty string

    When the provided system_prompt is empty it uses the model's preprompt instead of an empty string
    Whitelisted1 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    cf5708d View commit details
    Browse the repository at this point in the history