Skip to content

Feature/OpenAI example#201

Merged
rorychatt merged 6 commits into
Ivy-Interactive:mainfrom
murathan-uner:feature/openai-example
Oct 1, 2025
Merged

Feature/OpenAI example#201
rorychatt merged 6 commits into
Ivy-Interactive:mainfrom
murathan-uner:feature/openai-example

Conversation

@murathan-uner

Copy link
Copy Markdown
Contributor
Screenshot-OpenAI

Completion. Need to get review.

@rorychatt

Copy link
Copy Markdown
Collaborator

Screenshot itself looks super hot

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new OpenAI integration example application built with the Ivy web framework. The example demonstrates how to create a chat interface that communicates with OpenAI's GPT-4o-mini model.

  • Adds a complete OpenAI chat demo application with real-time messaging
  • Configures project structure with necessary dependencies and build files
  • Implements error handling and environment variable configuration for API key management

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
openai/README.md Documentation for running and deploying the OpenAI example
openai/Program.cs Main application entry point with server configuration
openai/OpenAIExample.sln Visual Studio solution file for the project
openai/OpenAIExample.csproj Project file with dependencies including Ivy and OpenAI packages
openai/GlobalUsings.cs Global using statements for Ivy framework namespaces
openai/Apps/OpenAIExample.cs Main chat application implementation with OpenAI integration
openai/.gitignore Standard .NET gitignore configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread openai/Program.cs Outdated
Comment thread openai/OpenAIExample.csproj Outdated
Comment thread openai/Apps/OpenAIExample.cs Outdated
Comment thread openai/Apps/OpenAIExample.cs Outdated
@rorychatt
rorychatt merged commit a54235e into Ivy-Interactive:main Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants