We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c78923 commit 54dadecCopy full SHA for 54dadec
app/frontend/src/pages/oneshot/OneShot.tsx
@@ -129,15 +129,15 @@ export function Component(): JSX.Element {
129
const approaches: IChoiceGroupOption[] = [
130
{
131
key: Approaches.JAVA_OPENAI_SDK,
132
- text: "Plain Java Open AI SDK"
+ text: "Java Azure Open AI SDK"
133
},
134
135
key: Approaches.JAVA_SEMANTIC_KERNEL,
136
text: "Java Semantic Kernel - Memory"
137
138
139
key: Approaches.JAVA_SEMANTIC_KERNEL_PLANNER,
140
- text: "Java Semantic Kernel - Planner"
+ text: "Java Semantic Kernel - Orchestration"
141
}
142
];
143
0 commit comments