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

feat: implement universal chain #5

Merged
merged 1 commit into from
Sep 21, 2024
Merged

feat: implement universal chain #5

merged 1 commit into from
Sep 21, 2024

Conversation

chr-hertel
Copy link
Member

idea is to bring all features into one universal chain and remove the other ones.

@chr-hertel chr-hertel merged commit 3513643 into main Sep 21, 2024
4 checks passed
@chr-hertel chr-hertel deleted the universal-chain branch September 21, 2024 18:57
{
$system = $messages->getSystemMessage();

return $this->runtime->request([
$response = $this->runtime->request([
'model' => $this->version->value,
'temperature' => $this->temperature,
Copy link
Contributor

Choose a reason for hiding this comment

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

topP should also be configurable

Copy link
Member Author

Choose a reason for hiding this comment

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

oh, $options is ignored completely at the moment, yes

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