반응형
블로그 이미지
개발자로서 현장에서 일하면서 새로 접하는 기술들이나 알게된 정보 등을 정리하기 위한 블로그입니다. 운 좋게 미국에서 큰 회사들의 프로젝트에서 컬설턴트로 일하고 있어서 새로운 기술들을 접할 기회가 많이 있습니다. 미국의 IT 프로젝트에서 사용되는 툴들에 대해 많은 분들과 정보를 공유하고 싶습니다.
솔웅

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

카테고리


반응형

https://beta.openai.com/docs/api-reference/introduction

 

 

Introduction

 

You can interact with the API through HTTP requests from any language, via our official Python bindings, our official Node.js library, or a community-maintained library.

 

공식 Python 바인딩, 공식 Node.js 라이브러리 또는 커뮤니티 유지 라이브러리를 통해 모든 언어의 HTTP 요청을 통해 API와 상호 작용할 수 있습니다.

 

To install the official Python bindings, run the following command:

 

공식 파이썬 바인딩을 인스톨 하려면 아래 명령어를 실행하세요.

 

pip install openai

 

To install the official Node.js library, run the following command in your Node.js project directory:

 

공식 Node.JS 라이브러리를 인스톨 하려면 여러분의 Node.js 프로젝트 디렉토리 아래에서 아래 명령어를 실행하세요.

 

npm install openai

 

 

 

반응형