Skip to content

Commit

Permalink
build: bump semantic-kernel from 1.0.0rc1 to 1.0.2 (#985)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chinedum Echeta <[email protected]>
  • Loading branch information
dependabot[bot] and cecheta authored May 29, 2024
1 parent ecbe2b4 commit cfdbd89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,7 @@ def test_post_makes_correct_call_to_openai_chat_completions(
{"role": "user", "content": "What is the meaning of life?"},
],
"model": app_config.get("AZURE_OPENAI_MODEL"),
"frequency_penalty": 0.0,
"logit_bias": {},
"max_tokens": int(app_config.get("AZURE_OPENAI_MAX_TOKENS")),
"n": 1,
"presence_penalty": 0.0,
"stream": False,
"temperature": 0.0,
"tools": [
Expand Down Expand Up @@ -218,7 +214,6 @@ def test_post_makes_correct_call_to_openai_chat_completions(
},
],
"tool_choice": "auto",
"top_p": 1.0,
},
headers={
"Accept": "application/json",
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ opentelemetry-instrumentation-httpx = "^0.45b0"
pillow = "10.3.0"
azure-mgmt-cognitiveservices = "^13.5.0"
jsonschema = "^4.22.0"
semantic-kernel = {version = "^1.0.0rc1", python = "<3.13"}
semantic-kernel = {version = "^1.0.2", python = "<3.13"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.1"
Expand Down

0 comments on commit cfdbd89

Please sign in to comment.