Skip to content

updated chatbot tags #1487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _source/_posts/2023-12-20-okta-documentation-chatbot.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ author: tanish-kumar
by: internal-contributor
communities: [python]
description: "How I built a Python chatbot to quickly access information from Okta's Developer Documentation."
tags: [python-chatbot, python, okta-documentation, ai, automation]
tags: [chatbot, python, machine-learning, llm]
tweets:
- ""
image: blog/okta-documentation-chatbot/oktanaut.jpeg
type: awareness
github: https://github.com/oktadev/okta-python-chatbot-example
changelog:
- 2024-02-23: Added additional tags
---

In today's fast-paced world of technology, developers must navigate through detailed API documentation to integrate with software solutions. As a Developer Support Intern at Okta, I noticed developers underutilizing [Okta's Developer Documentation](https://developer.okta.com/). To help them benefit from the wealth of information in these docs, I was inspired to build a tool using OpenAI. Leveraging ChatGPT, I built ✨Oktanaut✨, a versatile Python chatbot running on Jupyter Notebook that makes access to information on Okta's Developer Documentation simple and straightforward.
Expand Down