chipling commited on
Commit
5881129
·
verified ·
1 Parent(s): f6ab7af

Update models/text/together/main.py

Browse files
Files changed (1) hide show
  1. models/text/together/main.py +1 -1
models/text/together/main.py CHANGED
@@ -40,7 +40,7 @@ class TogetherAPI:
40
  self.base_url = "https://api.together.ai/inference"
41
 
42
  def get_model_list(self):
43
- models = ['meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8', 'meta-llama/Llama-4-Scout-17B-16E-Instruct', 'deepseek-ai/DeepSeek-R1', 'deepseek-ai/DeepSeek-V3', 'Qwen/Qwen2.5-VL-72B-Instruct', 'google/gemma-2-27b-it', 'meta-llama/Llama-3.2-90B-Vision-Instruct-Turbo']
44
  return models
45
 
46
  async def generate(self, json_data: dict):
 
40
  self.base_url = "https://api.together.ai/inference"
41
 
42
  def get_model_list(self):
43
+ models = ['']
44
  return models
45
 
46
  async def generate(self, json_data: dict):