Create various settings file I have one file for each provider, all in ~/.claude
- KIMI K2.5: kimi_settings.json
{
"env": {
"ANTHROPIC_BASE_URL": "https://api.moonshot.ai/anthropic",
| services: | |
| litellm: | |
| image: ghcr.io/berriai/litellm:main-latest | |
| container_name: glm-proxy | |
| ports: | |
| - "4000:4000" | |
| volumes: | |
| - ./litellm_config.yaml:/app/config.yaml | |
| command: --config /app/config.yaml | |
| restart: unless-stopped |
| import { Canvas, Circle, Group, Rect, Shader, Skia, useClock, RuntimeShader, SkRuntimeEffect, RoundedRect } from "@shopify/react-native-skia"; | |
| import { SafeAreaView, StyleSheet } from "react-native"; | |
| import { useDerivedValue, useSharedValue } from "react-native-reanimated"; | |
| import { Gesture, GestureDetector, GestureHandlerRootView } from 'react-native-gesture-handler'; | |
| const styles = StyleSheet.create({ | |
| centered: { | |
| flex: 1, | |
| alignItems: 'center', | |
| justifyContent: 'center', |
| import React, { useState } from 'react'; | |
| import { Pressable, View } from 'react-native'; | |
| import Animated, { css } from 'react-native-reanimated'; | |
| export default function Wave() { | |
| const [clickLocation, setClickLocation] = useState({ x: -1, y: -1 }); | |
| const dots = Array.from({ length: 323 }); | |
| const size = 19; | |
| const color = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})` |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |