Skip to content

Commit e433b36

Browse files
committed
fix a few issues
1 parent 434fe36 commit e433b36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ paths:
3939
api_key=os.environ.get("TOGETHER_API_KEY"),
4040
)
4141
42-
response = client.audio.vces.list()
42+
response = client.audio.voices.list()
4343
4444
print(response.data)
4545
- lang: Python v2
@@ -176,7 +176,7 @@ paths:
176176
)
177177

178178
response = client.videos.create(
179-
model="meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
179+
model="together/video-model",
180180
prompt="A cartoon of an astronaut riding a horse on the moon"
181181
)
182182

@@ -192,7 +192,7 @@ paths:
192192
)
193193
194194
response = client.videos.create(
195-
model="meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
195+
model="together/video-model",
196196
prompt="A cartoon of an astronaut riding a horse on the moon"
197197
)
198198

0 commit comments

Comments
 (0)