Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
robkorn committed Oct 16, 2023
1 parent 6b57a50 commit 075f949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/encrypted_files_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fn sandwich_messages_with_files_test() {
perform_locally: false,
external_url: Some("https://api.openai.com".to_string()),
// external_url: Some(server.url()),
api_key: Some("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".to_string()),
api_key: Some("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".to_string()),
// api_key: Some("mockapikey".to_string()),
model: AgentLLMInterface::OpenAI(open_ai),
toolkit_permissions: vec![],
Expand Down

0 comments on commit 075f949

Please sign in to comment.