Skip to content

Commit

Permalink
updated clicky id and ai model
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed May 25, 2024
1 parent 8adcf9a commit dd0d614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/registry/pages/api/suggestions.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function handler(req, res) {

const api = new ChatGPTAPI({
apiKey: process.env.OPENAI_API_KEY,
model: 'gpt-3.5-32k-turbo',
model: 'gpt-4o',
completionParams: {
temperature: 0.9,
},
Expand Down
2 changes: 1 addition & 1 deletion apps/registry/src/ui/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default function Layout({ children }) {

<script
async
data-id="101412887"
data-id="101412017"
src="https://static.getclicky.com/js"
></script>
<noscript>
Expand Down

0 comments on commit dd0d614

Please sign in to comment.