tsaiggo commented on code in PR #290:
URL: https://github.com/apache/flink-agents/pull/290#discussion_r2490510667


##########
examples/pom.xml:
##########
@@ -64,6 +64,11 @@ under the License.
             <artifactId>flink-clients</artifactId>
             <version>${flink.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            
<artifactId>flink-agents-integrations-chat-models-azureai</artifactId>
+            <version>${project.version}</version>
+        </dependency>

Review Comment:
   added the `azureaichatmodel` to the `examples` module because I intended it 
to be our first example of a cloud-hosted model. My original plan was to add 
specific use cases for cloud-hosted models, but I haven't come up with any good 
ideas for that yet, so it's temporarily on hold. If you think this addition 
should be removed for now, I'm happy to take care of that.



##########
examples/pom.xml:
##########
@@ -64,6 +64,11 @@ under the License.
             <artifactId>flink-clients</artifactId>
             <version>${flink.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            
<artifactId>flink-agents-integrations-chat-models-azureai</artifactId>
+            <version>${project.version}</version>
+        </dependency>

Review Comment:
   added the `azureaichatmodel` to the `examples` module because I intended it 
to be our first example of a cloud-hosted model. My original plan was to add 
specific use cases for cloud-hosted models, but I haven't come up with any good 
ideas for that yet, so it's temporarily on hold. If you think this addition 
should be removed for now, I'm happy to take care of that. @xintongsong 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to