This repository demonstrates how to integrate OpenAI's language model with LangChain to interact with Jira. The integration allows for automated ticket creation, updates, and retrieval using natural language processing capabilities.
https://medium.com/@KevsAlex/integrating-openai-with-private-apis-44ca1c7f088f
Python 3.9+ Jira Account: Ensure you have access to a Jira account and relevant API keys. OpenAI API Key: Required for accessing OpenAI’s language model. LangChain Library: Install via pip.
For running the server :
poetry run python app/server.py
curl --location 'localhost:8000/chat?query=PlaceQueryHere'