# GPT-Code UI - OpenAI ChatGPT 의 Code Interpreter 오픈소스 구현버전

> Clean Markdown view of GeekNews topic #9271. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9271](https://news.hada.io/topic?id=9271)
- GeekNews Markdown: [https://news.hada.io/topic/9271.md](https://news.hada.io/topic/9271.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-05-27T10:02:01+09:00
- Updated: 2023-05-27T10:02:01+09:00
- Original source: [github.com/ricklamers](https://github.com/ricklamers/gpt-code-ui)
- Points: 18
- Comments: 1

## Topic Body

- ChatGPT 내에서 코드 REPL 로 동작하는 부분을 오픈소스로 그대로 구현 (StarCoder 같은 모델에서 활용 가능)  
- Context Awareness (기존 메시지 참조 가능)  
- 코드 생성 및 실행 (Python 커널)   
- 파일 업로드/다운로드   
- GPT-3.5 와 GPT-4 간 모델 교환 지원

## Comments



### Comment 16284

- Author: xguru
- Created: 2023-05-27T10:03:01+09:00
- Points: 1

[StarCoder, BigCode 프로젝트가 공개한 코드용 LLM](https://news.hada.io/topic?id=9126)
