from fastapi import FastAPI, HTTPException from pydantic import BaseModel import openai import os # Initialize FastAPI app app = FastAPI() # Set your OpenAI API key openai.api_key = os.getenv("OPENAI_API_KEY") class ChatRequest(BaseModel): message: str user_id: str @app.post("/chat") async def chat_with_bot(request: ChatRequest): try: response = openai.ChatCompletion.create( model="gpt-4", messages=[{"role": "user", "content": request.message}] ) reply = response["choices"][0]["message"]["content"] return {"response": reply} except Exception as e: raise HTTPException(status_code=500, detail=str(e))
top of page

AMOM Massage therapy program financial support  

1 MICHIGAN WORKS support Available 
https://jobs.mitalent.org/MiTC/Program/ProgramDetails?pc=2024000102
all details please contact. Michigan works office.


2. AMOM Dragon  Scholarship 

Gold Dragon Scholarship**: $3,000 available for students enrolled in the 800-hour program.
Silver Dragon Scholarship**: $1,000 available for students enrolled in the 700-hour program.

 

3. School payment plan  
school payment plan 6-8 minths
weekly payment $100-200

bottom of page