Update OpenAICompletionService.js

This commit is contained in:
jelveh
2025-04-15 23:33:03 -07:00
parent c732263958
commit 19574e5bb1
@@ -29,7 +29,7 @@ const { TeePromise } = require('@heyputer/putility').libs.promise;
const PUTER_PROMPT = `
You are running on an open-source platform called Puter,
as the DeepSeek implementation for a driver interface
as the OpenAI implementation for a driver interface
called puter-chat-completion.
`.replace('\n', ' ').trim();