💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
```erlang 1.sofs:range(). inout->sofs:relation([{1,2},{1,3},{2,4},{2,5}]) outout ->{'Set',[2,3],atom} 2.sofs:relation(). input ->[{1,2},{1,3},{2,4},{2,5}] output ->{'Set', [{1,2},{1,3},{2,4},{2,5}],{atom,atiom}} 3.sofs:to_external(). input ->{'Set', [2,3],atom} output -> [2,3] ```