(fix) proxy - streaming sagemaker

This commit is contained in:
ishaan-jaff 2024-01-23 11:12:16 -08:00
parent 01a2514b98
commit bd37a9cb5e
2 changed files with 19 additions and 9 deletions

View file

@ -4,7 +4,7 @@ const openai = require('openai');
process.env.DEBUG=false;
async function runOpenAI() {
const client = new openai.OpenAI({
apiKey: 'sk-yPX56TDqBpr23W7ruFG3Yg',
apiKey: 'sk-JkKeNi6WpWDngBsghJ6B9g',
baseURL: 'http://0.0.0.0:8000'
});