2
0
Files
bot/packages/forge/blocks/togetherAi/constants.ts

5 lines
111 B
TypeScript
Raw Normal View History

export const defaultTogetherOptions = {
baseUrl: 'https://api.together.xyz/v1',
2024-07-15 14:32:42 +02:00
temperature: 1,
} as const