爱码士Amos

行到水穷处,坐看云起时

Prompt(提示词)是一门同 LLM(大语言模型)进行沟通的语言,通过它才能让 LLM 知道应该去做什么以及怎么去做

阅读全文 »

Redis 作为一个 key-value 的 NoSQL 数据库,基于内存操作,提供高速的服务,常用于缓存,消息队列等场景;支持分布式以及持久化。

阅读全文 »

Endpoints

  • discovery endpoint(/.well-known/openid-configuration), show all endpoints for client
  • auth endpoint(/auth), trigger authorize workflow
  • token endpoint(/token), exchange/refresh token info
  • JWKS endpoint(/.well-known/jwks.json), is used to verify jwt token, such like id token
  • user endpoint(/me), get lateset user info
  • end session endpoint(/session/end), is used to logout
阅读全文 »
0%