VolkanSah / GPT-API-Integration-in-HTML-CSS-with-JS-PHP

A basic GPT conversation script designed to help you learn to interact with OpenAI's GPT technology. Includes best practices and a free security whitepaper.
https://github.com/VolkanSah/GPT-API-Integration-in-HTML-CSS-with-JS-PHP
MIT License
80 stars 56 forks source link
api api-key chat chat-gpt chat-gpt-3 chat-gpt-4 chat-gpt-api chatgpt chatgpt-api chatgpt3 chatgpt4 html html-css-javascript integration javascript php website website-development website-template wordpress

GPT API Integration (in HTML/CSS with JS/PHP)

Updated: 02.06.2024 modules/endpoints

Screenshot

[!IMPORTANT] Please note that this code example is for a basic web application to show "How to do it?", not production use!

Other Important sources for you! Please read befor!

This README.md file will guide you through the process of integrating the GPT API into your PHP-based website, enabling chat functionality using OpenAI's API.

Prerequisites

API Key

Setting Up

ENDPOINT MODEL NAME
/v1/chat/completions gpt-4, gpt-4-0314, gpt-4-0613, gpt-4-32k, gpt-4-32k-0314, gpt-4-32k-0613, gpt-4-2024, gpt-4-32k-2024, gpt-3.5-turbo, gpt-3.5-turbo-0301, gpt-3.5-turbo-0613, gpt-3.5-turbo-16k, gpt-3.5-turbo-16k-0613, gpt-3.5-turbo-2024, gpt-3.5-turbo-16k-2024, gpt-3.5-turbo-0125
/v1/completions ada, ada-code-search-code, ada-code-search-text, ada-search-document, ada-search-query, ada-similarity, babbage, babbage-code-search-code, babbage-code-search-text, babbage-search-document, babbage-search-query, babbage-similarity, code-davinci-edit-001, code-search-ada-code-001, code-search-ada-text-001, code-search-babbage-code-001, code-search-babbage-text-001, curie, curie-instruct-beta, curie-search-document, curie-search-query, curie-similarity, davinci, davinci-instruct-beta, davinci-search-document, davinci-search-query, davinci-similarity, text-ada-001, text-babbage-001, text-curie-001, text-davinci-001, text-davinci-002, text-davinci-003, text-davinci-edit-001, text-embedding-ada-002, text-embedding-3-small, text-embedding-3-large, text-search-ada-doc-001, text-search-ada-query-001, text-search-babbage-doc-001, text-search-babbage-query-001, text-search-curie-doc-001, text-search-curie-query-001, text-search-davinci-doc-001, text-search-davinci-query-001, text-similarity-ada-001, text-similarity-babbage-001, text-similarity-curie-001, text-similarity-davinci-001
/v1/edits text-davinci-edit-001, code-davinci-edit-001
/v1/audio/transcriptions whisper-1
/v1/audio/translations whisper-1
/v1/fine-tunes davinci, curie, babbage, ada
/v1/embeddings text-embedding-ada-002, text-embedding-3-small, text-embedding-3-large, text-search-ada-doc-001, text-search-ada-query-001, text-search-babbage-doc-001, text-search-babbage-query-001, text-search-curie-doc-001, text-search-curie-query-001, text-search-davinci-doc-001, text-search-davinci-query-001
/v1/moderations text-moderation-latest, text-moderation-stable, text-moderation-007

You've successfully integrated the GPT API into your PHP website! Now, you can customize the chat interface and enhance the user experience as needed.

Screenshot

Please note that this code example is for a basic web application, and you should consider additional security measures please read GPT Security Best Practices!

Thanks

"Thank you! Your support is appreciated, and I would be grateful if you could share this project with others, giving a :star: to my projects, or
becoming a 'Sponsor'. Don't forget to follow me for more free ideas and updates!"

Copyright

Other cool stuff for GPT!

License

This project is copyright © VolkanSah and is licensed under the MIT LICENSE. You are free to use, modify, and distribute the code and assets, as long as the copyright notice and permission notice are preserved in all copies or substantial portions of the software."