randydev commited on
Commit
abb4d79
·
verified ·
1 Parent(s): 5bdec63
Files changed (1) hide show
  1. lib/@randydev/together/qwen-ai.js +1 -1
lib/@randydev/together/qwen-ai.js CHANGED
@@ -2,7 +2,7 @@ import got from 'got';
2
 
3
  import { InferenceClient } from "@huggingface/inference";
4
 
5
- const client = new InferenceClient(`${process.env['HUGGING_TOKEN']}`);
6
 
7
  export async function Qwen323NewResponse(message) {
8
  const chatCompletion = await client.chatCompletion({
 
2
 
3
  import { InferenceClient } from "@huggingface/inference";
4
 
5
+ const client = new InferenceClient(`${process.env['HF_API']}`);
6
 
7
  export async function Qwen323NewResponse(message) {
8
  const chatCompletion = await client.chatCompletion({