Update lib/@randydev/together/qwen-ai.js
Browse files
lib/@randydev/together/qwen-ai.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import got from 'got';
|
2 |
|
3 |
-
import { HUGGING_TOKEN } from "
|
4 |
|
5 |
import { InferenceClient } from "@huggingface/inference";
|
6 |
|
|
|
1 |
import got from 'got';
|
2 |
|
3 |
+
import { HUGGING_TOKEN } from ".../config.js";
|
4 |
|
5 |
import { InferenceClient } from "@huggingface/inference";
|
6 |
|