DINKIssTyle (61.♡.73.102)
2026년 3월 25일 AM 10:37

파라미타는 3B 모델로 알려져 있습니다.
한국어 할줄 알면서 macOS에서는 영어일 경우에만 활성화가 됩니다..
🤖 Apple FM: 저는 Microsoft 365를 지원하며, Microsoft Teams, Microsoft Outlook, Microsoft Word, Microsoft Excel 등의 애플리케이션과 통합되어 있습니다. 또한, Azure를 통해 클라우드 기반의 서비스도 제공합니다. 이러한 플랫폼과 함께 사용 가능한 다양한 기능과 서비스를 통해 고객 지원과 업무 효율성을 높일 수 있습니다. 필요하신 부분이 있으면 언제든지 말씀해 주세요!
애플 고객지원을 해줘야지 이거 그냥 코파일럿 아닙니까????
OpenAI는 클라이언트 커스텀 없이 애플에 팔았습니까!! ㅋㅋㅋㅋㅋ
https://github.com/apple/python-apple-fm-sdk
설치 방법은
xcode 업데이트하시고,
명령어줄 도구 업데이트 하신다음에
xcode 와 명령어줄 인식 안되면 강제로 인식시켜 주시고 (아래 명령줄)
sudo xcode-select -s /Applications/Xcode.app/Contents/Developersudo xcodebuild -license accept
파이썬 3.10 이상의 (가상)환경에서
모듈을 설치하시면 됩니다.
pip install apple-fm-sdk채팅 가능한 파이썬 코드도 첨부하겠습니다.
import sys
import asyncio
import apple_fm_sdk as fmasync def run_chat():
print("\n" + "="*50)
print("🍎 Apple Intelligence Local Chat")
print("="*50)
print("Type 'exit' or 'quit' to end the session.\n")# 1. Get system default language model model = fm.SystemLanguageModel() # 2. Check model availability is_available, reason = model.is_available() if not is_available: print(f"❌ Model unavailable. Reason: {reason}") print("Tip: Check System Settings > Apple Intelligence & Siri.") return # 3. Create conversation session (Manage context automatically) session = fm.LanguageModelSession(instructions="Respond in English.") print("✅ Apple Foundation Model is ready. Start chatting!") while True: try: user_input = input("\n👤 User: ").strip() except KeyboardInterrupt: print("\nExiting the program.") break if not user_input: continue if user_input.lower() in ['exit', 'quit']: print("Chat session ended. Have a great day!") break print("🤖 Apple FM: ", end="", flush=True) try: # 4. Generate and print response response = await session.respond(user_input) print(response) except Exception as e: print(f"\n⚠️ Error occurred: {e}")
if name == "main":
try:
asyncio.run(run_chat())
except KeyboardInterrupt:
pass
댓글 (5)
-
남남극백곰
03.25 · 223.♡.73.115
-
DDINKIssTyle
→ 남극백곰 작성자
03.25 · 61.♡.73.102
사실 둘은 영혼이 다릅니다.
Apple Intelligence & Siri 이기 때문입니다. ㅋㅋㅋ
Apple Intelligence 가 여전히 GPT로 보입니다.
-
잘잘자요zZ
03.25 · 223.♡.179.113
이 정도면 사기로 소송당하는게 맞는것 같네요
-
대대소산길
03.25 · 121.♡.110.218
질문 응답 내용이 너무 웃깁니다. ㅎ
-
DDINKIssTyle
작성자
03.25 · 61.♡.73.102
게시물에 저장한 코드랑, 표시되는 코드랑 다르네요.
웹링크를 인식해서 바뀌네요.
댓글을 작성하려면 이 필요합니다.
시리 아직 안 죽었나요??? 제미나이로 바꾸는거 아니였나요???