5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
export const defaultTogetherOptions = {
|
|
baseUrl: 'https://api.together.xyz/v1',
|
|
temperature: 1,
|
|
} as const
|