1,725,464 research outputs found
StanfordBDHG/OpenAI: 0.2.9
<h2>What's Changed</h2>
<ul>
<li>Lift to upstream 0.2.9 (support for GPT-4o) by @vishnuravi in https://github.com/StanfordBDHG/OpenAI/pull/3</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li>@vishnuravi made their first contribution in https://github.com/StanfordBDHG/OpenAI/pull/3</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/StanfordBDHG/OpenAI/compare/0.2.8...0.2.9</p>
API de OpenAI para un asistente robot programado en entorno web
El proyecto se enfoca en el desarrollo de un asistente robot, usando la API de OpenAI para que tenga la capacidad de procesar lenguaje natural, específicamente usando los modelos GPT y Chispar. La necesidad de esta investigación radica por la demanda de soluciones tecnológicas que pueden mejorar la interacción y funcionalidad de los asistentes por medio de herramientas tecnológicas avanzadas. La importancia de la investigación es brindar a la universidad una herramienta moderna que mejore la experiencia de usuario.El objetivo principal del proyecto es implementar la API de OpenAI para un asistente robot programado en entorno web, optimizando interacción de las personas con el robot. La metodología que se emplea en esta investigación tiene un enfoque mixto debido a que usa instrumentos de investigación cualitativos y cuantitativos, en la que se incluye también la metodología de desarrollo SCRUM, esto permitirá una gestión eficiente para llevar a cabo el desarrollo del proyecto y la entrega oportuna de resultados.Para el proyecto se usan diversas herramientas como son el lenguaje Java Script, Nodo JS, Johnny-Five, entre otras para el funcionamiento del robot. Los resultados del proyecto se destacan por la eficacia de la API para lograr la interacción fluida y natural con el asistente y los usuarios. Se espera la mejora de las respuestas y la satisfacción del usuario con el asistente robot, además de servir de modelo para futuros proyectos de implementación de inteligencia artificial
API de OpenAI para un asistente robot programado en entorno web
El proyecto se enfoca en el desarrollo de un asistente robot, usando la API de OpenAI para que tenga la capacidad de procesar lenguaje natural, específicamente usando los modelos GPT y Chispar. La necesidad de esta investigación radica por la demanda de soluciones tecnológicas que pueden mejorar la interacción y funcionalidad de los asistentes por medio de herramientas tecnológicas avanzadas. La importancia de la investigación es brindar a la universidad una herramienta moderna que mejore la experiencia de usuario.El objetivo principal del proyecto es implementar la API de OpenAI para un asistente robot programado en entorno web, optimizando interacción de las personas con el robot. La metodología que se emplea en esta investigación tiene un enfoque mixto debido a que usa instrumentos de investigación cualitativos y cuantitativos, en la que se incluye también la metodología de desarrollo SCRUM, esto permitirá una gestión eficiente para llevar a cabo el desarrollo del proyecto y la entrega oportuna de resultados.Para el proyecto se usan diversas herramientas como son el lenguaje Java Script, Nodo JS, Johnny-Five, entre otras para el funcionamiento del robot. Los resultados del proyecto se destacan por la eficacia de la API para lograr la interacción fluida y natural con el asistente y los usuarios. Se espera la mejora de las respuestas y la satisfacción del usuario con el asistente robot, además de servir de modelo para futuros proyectos de implementación de inteligencia artificial
Scenario ontology generation with OpenAI GPT-4
This dataset is separated into three parts. The text and images in all documents have been manually copied from the OpenAI webpage, and the formating has been recreated to the greatest extent.
1. DATASET1: Conversation history from Scenario Ontology Generation with OpenAI GPT-4
This dataset contains the conversation history where OpenAI GPT-4 is asked to analyze a text, is asked to create an ontology and then visualize it in a graph. The dataset contains all user input and the OpenAI GPT-4 output, including the graphical representations of the ontology. The dataset also contains a JSON file that was generated that describes the ontology.
The document contains a conversation log with OpenAI GPT-4 where a text is analyzed by the AI and an ontology graph and a JSON file describing the ontology is created.
2. DATASET2: Conversation history from Scenario Generation with OpenAI GPT-4
This dataset contains the conversation history where OpenAI GPT-4 is asked to generate a hypothetical scenario for the development of a new hypothetical multi-role tactical airlift. The dataset contains all user input and the OpenAI GPT-4 output, including the graphical representations of the ontology.
The document contains conversation log with OpenAI GPT-4 where a hypothetical scenario is generated.
3. DATASET3: CHAMP Operational Scenario generated from OpenAI GPT-4
OpenAI GPT-4 was used to generate a hypothetical scenario for the development of a hypothetical new multi-role airlift.
The document contains a hypothetical scenario that has been generated by OpenAI GPT-4
The dataset was originally published in DiVA and moved to SND in 2024.Datasetet består av konversationshistorik med OpenAI GPT-4. Se engelsk beskrivning för mer info om vardera dokument.
Datasetet har ursprungligen publicerats i DiVA och flyttades över till SND 2024
OpenAI chatbot-alustan toteutus
Opinnäytetyössä kehitettiin OpenAI chatbot-alusta. Alustan tarkoituksena on helpottaa ja nopeuttaa erilaisten chatbottien luomista jokapäiväistä käyttöä varten. Chatbotti voi olla esimerkiksi verkkokaupan tuoteavustaja tai yleinen avustaja, joka osaa vastata usein kysyttyihin kysymyksiin. Alustan kautta chatbotit voidaan upottaa helposti verkkosivustolle alustan valmiiksi generoimilla upotuskoodeilla.
Alusta toteutettiin käyttäen PHP-ohjelmointikieltä ja Laravel-sovelluskehystä. Livewire-kirjastoa käytettiin toteuttamaan interaktiivinen käyttöliittymä esimerkiksi chatbottien widgetteihin. OpenAI:n toimintoja käytettiin rajapinnan ylitse Laravel-yhteisön kehittämällä ”OpenAI PHP for Laravel” -riippuvuudella. Chatbotteja luotiin OpenAI:n uudella ”Avustajat” -rajapinnalla, jonka OpenAI oli juuri julkaissut opinnäytetyön alkuvaiheessa.
Työn tavoite täyttyi ja tuloksena kehitettiin yksinkertainen ja toimiva alusta, jonka kautta on mahdollista luoda ja hallita useita eri chatbotteja sekä lisätä ne helposti erillisille verkkosivustoille. Jatkokehitysmahdollisuuksia alustan käytön parantamiseksi mietittiin mahdollista myöhempää käyttöä varten.The thesis focused on developing an OpenAI chatbot platform. The purpose of the platform is to facilitate and speed up the creation of various chatbots for everyday use. A chatbot could serve as, for example, a product assistant for an online store or a general assistant capable of responding to frequently asked questions. Through the platform, chatbots can be easily embedded into a website using pregenerated embedding codes provided by the platform.
The platform was implemented using the PHP programming language and the Laravel framework. The Livewire library was used to create an interactive user interface, for example, for chatbot widgets. OpenAI's functionalities were accessed through the interface using the "OpenAI PHP for Laravel" dependency developed by the Laravel community. Chatbots were created using OpenAI's new "Assistants" API, which OpenAI had recently released in the early stages of the thesis.
The goal of the project was achieved, resulting in a simple and functional platform that enables the creation and management of multiple chatbots, easily integrating them into separate websites. Opportunities for further development to enhance platform usability were considered for potential future use
Model and Prompt Validation for EXP Scale Rating (GPT-4o, GPT-4.1, OpenAI o1, OpenAI o3)
This component contains validation tables for EXP Scale ratings using GPT-4o, GPT-4.1, OpenAI o1, and OpenAI o3
Openai API, LLM (Large Language Models)
La API de OpenAI es una interfaz de programación que proporciona acceso a
modelos avanzados de inteligencia artificial (IA) desarrollados por OpenAI, específicamente
Modelos de Lenguaje Grande (LLM), como GPT-3 y GPT-4. Estos modelos son entrenados con
grandes volúmenes de texto y son capaces de comprender, generar y manipular lenguaje humano
de manera extremadamente precisa.The OpenAI API is a programming interface that provides access to advanced artificial intelligence (AI) models developed by OpenAI, specifically Large Language Models (LLMs), such as GPT-3 and GPT-4. These models are trained on large volumes of text and are capable of understanding, generating, and manipulating human language extremely accurately
Application of GPT in marketing services of a commercial company
openQuesta tesi di laurea presenta un progetto di stage volto a integrare i modelli di intelligenza artificiale, messi a disposizione da OpenAI, per fornire al
reparto di marketing aziendale un chatbot in grado di consultare in modo efficiente, tramite domande formulate in linguaggio naturale, un insieme di documenti aziendali. Durante lo stage sono stati valutati diversi modelli di IA considerando parametri come la qualità dell'output prodotto, il costo, le politiche di trattamento dei dati e sono state approfondite inoltre le tecniche per ottimizzare l'accesso ai documenti, memorizzati in uno spazio vettoriale, grazie all'utilizzo di un database apposito
Applications of Microsoft Azure OpenAI to code management
Microsoft Azure, Azure DevOps, Azure OpenAI, OpenAI, Microsoft, Meta,MistralAI, AI, Repository, Code Review, Technical Documentation, CI/CD Pipeline, AI ModelConfiguration, Fine-tuning, Development, Private Endpoint, Pool Agent, Pytho
- …
