Skip to content

Commit 221698d

Browse files
committed
updated UI text
1 parent f30722f commit 221698d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/src/pages/About.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const About = () => {
3939
<>
4040
<FancyText>
4141
Source code and and related articles are <a href="https://github.com/Azure-Samples/azure-sql-db-session-recommender-v2">available on GitHub.</a>{" "}
42-
The AI model used generate embeddings is the <i>text-embedding-ada-002</i> and the AI model used to process and generate natural language content is <i>gpt-4 turbo</i>.
42+
The AI model used generate embeddings is the <i>text-embedding-ada-002</i> and the AI model used to process and generate natural language content is <i>gpt-35-turbo</i>.
4343
</FancyText>
4444
<Suspense fallback={showSessionCount()}>
4545
<Await

client/src/site.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const siteConfig = {
2-
name: 'VSLive! Las Vegas 2024',
3-
website: 'https://vslive.com/events/las-vegas-2024',
4-
sessionUrl: 'https://vslive.com/Events/Las-Vegas-2024/Sessions/',
2+
name: 'Cool SQL+AI Conference',
3+
website: '#',
4+
sessionUrl: '#',
55
}
66

77
export default siteConfig;

0 commit comments

Comments
 (0)