Skip to content

Commit

Permalink
rollbackl iq change
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Apr 17, 2024
1 parent 0c3c87a commit 6c30b9b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
include:
# - os: windows-latest
# platform: win32
# arch: x64
- os: windows-latest
platform: win32
arch: x64
#- os: windows-latest
# platform: win32
# arch: ia32
Expand All @@ -33,12 +33,12 @@ jobs:
# - os: ubuntu-latest
# platform: alpine
# arch: x64
# - os: macos-latest
# platform: darwin
# arch: x64
# - os: macos-13-xlarge
# platform: darwin
# arch: arm64
- os: macos-latest
platform: darwin
arch: x64
- os: macos-13-xlarge
platform: darwin
arch: arm64
runs-on: ${{ matrix.os }}
steps:
- shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions src/commands/iq/chat/iqChatHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const getIntentOrResponse = async (userRequest: string, jwtToken: string, orgId:
}];

const payload = {
model: "gpt-4-turbo",
model: "gpt-4",
messages: messagesPayload
};

Expand Down Expand Up @@ -106,7 +106,7 @@ const getFinalResponse = async (message: string, additionalContext: IAdditionalC
}];

let payload = {
model: "gpt-4-turbo",
model: "gpt-4",
messages: messagesPayload
};

Expand Down

0 comments on commit 6c30b9b

Please sign in to comment.