[cursor] Custom model API 설정하기 (커서 커스텀 모델 설정 방법) feat. Upstage Console
·
Programming/ETC.
Cursor(커서)에서 Upstage 커스텀 모델(solar-pro2) 설정해보았다. 1. 사전 준비 — Upstage Console 가입 & 크레딧 등록먼저 Upstage Console 에 접속한다. 회원가입을 완료하면, 다음 단계로 이동하자. 회원가입시 $10 제공 뿐만 아니라 리딤 코드를 입력하면 추가 $70 credit을 제공받을 수 있다. 상단 메뉴에서 Dashboard → Credit 탭으로 들어간다. 아래처럼 Redeem code 버튼이 보일 것이다. 💡 리딤 코드 입력추천 코드: UPWAVE-YOONK등록 후에는 “Credit balance”에서 잔액이 보인다.이제 API를 테스트할 준비가 된 것이다. 2. API Key 발급하기Upstage는 OpenAI 호환 API 구조를 사용한다...
[tools/cursor] Custom API 사용하기
·
Programming/ETC.
open ai API 키 생성https://platform.openai.com/api-keysopen ai platform에서 API를 발급 받는다.발급 받은 API 키를 cursor에 넣어주면 cursor에서 open ai의 gpt를 cursor에서 사용할 수 있다. 2. cursor에 api 키 입력go to "OpenAI API 키" 섹션제공된 필드에 발급받은 API 키를 붙여넣기"검증" 버튼을 클릭하여 키 유효성 검사. 성공적으로 검증되면, OpenAI API 키가 활성화되고 Cursor에서 사용할 수 있게 된다. 참고: OpenAI의 추론 모델(o1, o1-mini, o3-mini)은 사용자 API 키와 함께 지원되지 않는다.
[tools/cursor] Activity bar 변경
·
Programming/ETC.
cursor는 activity bar가 vscode와 다르게 horizontal로 되어 있다. VScode가 익숙한 사람에게는 이 layout이 굉장히 불편하게 느껴질 수 있다. Settings를 열고( ctrl + , ) settings에서Workbench > Activity Bar: Orientation를 찾아서 option을 변경한다.horizontal -> vertical vertical로 변경하면 vscode layout과 동일하게 activity bar가 변경된 것을 확인할 수 있다.
[tools/cursor] ubuntu 22.04 cursor install
·
Programming/ETC.
Use the Download button on www.cursor.com web site. It will download the AppImage file.https://www.cursor.com/ Cursor - The AI Code EditorBuilt to make you extraordinarily productive, Cursor is the best way to code with AI.www.cursor.com 실행 가능 권한 변경cd Downloadschmod +x ./ 2. App 형태로 만들기install fusesudo apt updatesudo apt install fusesudo apt install libfuse2 Make it an executablechmod +x 앱 리스트..