mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-20 07:08:33 -05:00
fix: oops we still need that
This commit is contained in:
@@ -354,6 +354,8 @@ class OpenAICompletionService extends BaseService {
|
||||
}
|
||||
}
|
||||
|
||||
const max_tokens = 4096 - token_count;
|
||||
|
||||
const completion = await this.openai.chat.completions.create({
|
||||
user: user_private_uid,
|
||||
messages: messages,
|
||||
|
||||
Reference in New Issue
Block a user