Skip to content

Commit

Permalink
exporting models data
Browse files Browse the repository at this point in the history
  • Loading branch information
leonpolak authored and timursevimli committed May 31, 2024
1 parent 4e57930 commit 33febdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/openai/connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const OpenAI = require('openai');
const utils = require('./utils');
const { measureTime, formatMeasureTime } = require('../common.js');
const { DEFAULT_MODELS, DEFAULT_VOICE } = require('./config.json');
const data = require('./data.js');

const { tokens, language, speech } = utils;

Expand Down Expand Up @@ -146,6 +147,7 @@ class Assistant {
module.exports = {
Chat,
Assistant,
data,
};

// Class chat
Expand Down

0 comments on commit 33febdf

Please sign in to comment.