Skip to content

Backend#15

Merged
sugimoto-blyukher merged 21 commits intomainfrom
backend
Dec 20, 2025
Merged

Backend#15
sugimoto-blyukher merged 21 commits intomainfrom
backend

Conversation

@sugimoto-blyukher
Copy link
Copy Markdown
Contributor

backendのマージ

sugimoto-blyukher and others added 21 commits December 16, 2025 22:18
models.pyとcongig.pyとrender.pyの実装
print_service.pyは試験用
store.pyは完成
下記のライブラリを追加
from typing import List, Optional
from pydantic import BaseModel, Field
import os  # 追加
from dotenv import load_dotenv  # 追加

下記を変更
変更前
google-genai
from google.genai import types
from fastapi import HTTPException
変更後
google.generativeai
from fastapi import FastAPI, HTTPException, Query

ライブラリのソート

環境変数の指定
…インを管理するため、新しいスタイルシートを導入しました。 用紙サイズ・色・フォントサイズをCSSカスタムプロパティとして定義し、保守しやすくしました。 bodyの基本スタイルと、デバッグ表示(可視化)用のスタイルを実装しました。
@sugimoto-blyukher sugimoto-blyukher merged commit d261e4c into main Dec 20, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants