Skip to content

GoungGoung-AI-Math/GptService

Repository files navigation

프로젝트 시작 방법

  1. apikey.properties.localapikey.properties로 수정
  2. openai.api-key에 OPENAI API KEY를 작성
  3. gradle build 실행
  4. gpt4j-0.0.1-SANPSHOT.jar 실행
  5. http://localhost:8080/math-teacher에 Post 요청

학생 이미지, 기출 문제, 공식 풀이를 전달

이미지는 png, jpeg 모두 가능합니다.

{
    "contents":[
        {
            "type":"text",
            "text" : "Analyze the student’s solution and compare it with the correct solution. The solution that includes the ‘출제의도’ is the formal solution."
        },
        {
            "type":"image_url",
            "image_url" : {
                "url" : "https://~~{온라인으로 접근 가능한 이미지}"
            }
        },
        {
            "type":"image_url",
            "image_url" : {
                "url" : "https://~~{온라인으로 접근 가능한 이미지}"
            }
        },
        {
            "type":"image_url",
            "image_url" : {
                "url" : "https://~~{온라인으로 접근 가능한 이미지}"
            }
        }
    ]
}

About

이미지 기반 질의응답 및 PDF 임베딩 구현

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors