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

Together AI llms #2454

Merged
merged 19 commits into from
May 24, 2024
Prev Previous commit
Next Next commit
clean up comment
jiabaow committed May 21, 2024
commit f61c48501ccef447b5cf954834be69c384d080b6
5 changes: 1 addition & 4 deletions packages/components/nodes/llms/TogetherAI/TogetherAI.ts
Original file line number Diff line number Diff line change
@@ -4,9 +4,6 @@ import { TogetherAI, TogetherAIInputs } from '@langchain/community/llms/together
import { getModels, MODEL_TYPE } from '../../../src/modelLoader'
import { BaseCache } from '@langchain/core/caches'

/** https://v01.api.js.langchain.com/classes/langchain_community_llms_togetherai.TogetherAI.html
https://js.langchain.com/v0.1/docs/integrations/llms/togetherai/ **/

class TogetherAI_LLMs implements INode {
label: string
name: string
@@ -109,7 +106,7 @@ class TogetherAI_LLMs implements INode {
optional: true,
additionalParams: true
}
// todo: safetyModel? logprobs
// todo: safetyModel? logprobs?
]
}