Skip to content

Commit

Permalink
remove unneeded info
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineJac committed Jun 18, 2024
1 parent f71ef89 commit 763cb6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions spec/03-plugins/38-ai-proxy/02-openai_integration_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,7 @@ local _EXPECTED_CHAT_STATS = {
prompt_tokens = 25,
total_tokens = 37,
},
cache = {
cache_status = '',
vector_db = '',
embeddings_provider = '',
embeddings_model = '',
}
cache = {}
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,7 @@ local _EXPECTED_CHAT_STATS = {
prompt_tokens = 25,
total_tokens = 37,
},
cache = {
cache_status = '',
vector_db = '',
embeddings_provider = '',
embeddings_model = '',
}
cache = {}
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,7 @@ local _EXPECTED_CHAT_STATS = {
prompt_tokens = 25,
total_tokens = 37,
},
cache = {
cache_status = '',
vector_db = '',
embeddings_provider = '',
embeddings_model = '',
}
cache = {}
},
}

Expand Down

0 comments on commit 763cb6a

Please sign in to comment.