Skip to content

Commit

Permalink
Pass replicate key
Browse files Browse the repository at this point in the history
  • Loading branch information
steventkrawczyk committed Oct 5, 2023
1 parent 558011d commit 4d70f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompttools/playground/playground.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@

if run:
dfs = run_multiple(
model_types, models, instructions, prompts, openai_api_key, anthropic_api_key, google_api_key, hf_api_key
model_types, models, instructions, prompts, openai_api_key, anthropic_api_key, google_api_key, hf_api_key, replicate_api_key
)
st.session_state.dfs = dfs
for i in range(len(prompts)):
Expand Down

0 comments on commit 4d70f6d

Please sign in to comment.