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

Rename base executor to llama.cpp and added default config #51

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

Vadser
Copy link
Contributor

@Vadser Vadser commented Aug 14, 2024

No description provided.

@Vadser Vadser force-pushed the vadim/48-add-default-config-for-llamacpp branch 3 times, most recently from 690a441 to 0f9abd7 Compare August 14, 2024 14:08
import { Controller } from "@hotwired/stimulus"
const DEFAULT_CONFIGURATION = {
openai: '{"model":"gpt-3.5-turbo","temperature":0.5}',
ollama: '{"model":"llama3.1"}',
Copy link
Contributor

Choose a reason for hiding this comment

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

this should get additionally "stream": false

@Vadser Vadser force-pushed the vadim/48-add-default-config-for-llamacpp branch from 1fbcfb5 to b661b62 Compare August 21, 2024 09:07
@anatoliliotych anatoliliotych merged commit b7ca446 into main Aug 21, 2024
1 check passed
@anatoliliotych anatoliliotych deleted the vadim/48-add-default-config-for-llamacpp branch August 21, 2024 09:07
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.

2 participants