mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-28 17:07:16 +00:00
fix: map again (#2372)
This commit is contained in:
@@ -25,8 +25,8 @@ import * as OpenAIUtil from '../../../utils/OpenAIUtil.js';
|
||||
import { IChatModel, IChatProvider, ICompleteArguments } from '../types.js';
|
||||
|
||||
const TOGETHER_AI_CHAT_COST_MAP = {
|
||||
'input': 'prompt_tokens',
|
||||
'output': 'completion_tokens',
|
||||
prompt_tokens: 'input',
|
||||
completion_tokens: 'output',
|
||||
};
|
||||
|
||||
export class TogetherAIProvider implements IChatProvider {
|
||||
|
||||
Reference in New Issue
Block a user